ListHistoryValuesExResp Object

The ListHistoryValuesExResp object is used in:

Properties

Property SubType Read Only Description Variant

Count

Integer

Yes

Returns the number of values in the array.

 

Error

Integer

Yes

Returns the error message generated by the VHS. A value of zero indicates success. See CxVhs Error Codes.

 

TimeOrdinal

Integer

Yes

Returns the time ordinal property of the value entry. The time ordinal property is used to differentiate between entries that have the same timestamp value.

 

TimeStampStart

Date

Yes

Returns the timestamp for the starting history record of a time period for a given point. This field is an array of Date subtypes. The timestamp is set in Local time without milliseconds.

 

TimeStampStartMs

Date

Yes

Returns the timestamp for the starting history record of a time period for a given point. This field is an array of Date subtypes. The timestamp is set in Local time with milliseconds.

 

TimeStampStartRaw

Date

Yes

Returns the timestamp for the starting history record of a time period for a given point. This field is an array of Date subtypes. The timestamp is set in UTC time with milliseconds.

 

ValueEntry

Variant

Yes

Returns the history value information.

ValueEntryEx

Version

Integer

Yes

Returns the message version. This property ensures compatibility with software release versions of the VHS.